home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8646 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: newsfeed.tip.net!dataphone!newsmaster
  2. From: skorpio@dataphone.se (Jarmo Paavilainen)
  3. Newsgroups: comp.lang.c++
  4. Subject: NULL POINTER ASSIGNMENT ERROR MESSAGE
  5. Date: 25 Feb 1996 19:20:14 GMT
  6. Organization: Dataphone Communication Networks
  7. Message-ID: <4gqcpe$oe2@nic.dataphone.se>
  8. References: <4gj859$4bq@ixnews4.ix.netcom.com>
  9. Reply-To: skorpio@dataphone.se
  10. NNTP-Posting-Host: nikson.dataphone.se
  11. X-Newsreader: NeoLogic News for OS/2 [version: 4.5 YK Beta]
  12.  
  13. In message <4gj859$4bq@ixnews4.ix.netcom.com> -
  14. kevin46@ix.netcom.com(Kevin Twi
  15. ne ) writes:
  16. :>
  17. :>I am running executable code I created in Borland Turbo C++ 3.0, and
  18. ..
  19. :>I am getting exhausted by looking for the casue of this message.  Can
  20. :>anyone give me some advice?
  21.  
  22. Use the debuger and track for changes in these "arguments" :
  23. *(char*)0,4m
  24. (char*)4
  25.  
  26. The row that changes those memory addresses is the one which causes the
  27. NULL POINTER ASSIGMENT.
  28.  
  29. Take care,
  30. Skorpio
  31. _________________________________________________________________________
  32.  Jarmo Paavilainen, Skorpio                         skorpio@dataphone.se
  33.  Sweden                                 http://www.dataphone.se/~skorpio
  34.  
  35.